home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / export.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1995-07-11  |  175 b   |  11 lines

  1. on mouseDown
  2.   global rValue
  3.   if pushButton() then
  4.     set rValue to "PrintAll"
  5.     printText(field "theText")
  6.     tell the stage
  7.       forgetExp()
  8.     end tell
  9.   end if
  10. end
  11.